Package org.eclipse.vtp.framework.interactions.core.conversation

Interface Summary
IBridgeMessage A message that displays data to the agent on the other end of a conversation.
IConversation Represents a conversation between the process engine and an external entity.
IDataRequest A request that collects binary data from the other end of the conversation.
IEndMessage A message that displays data to the agent on the other end of a conversation.
IExternalReference A request that collects data from an externally referenced resource.
IFinal An interaction run at the beginning of a conversation.
IInitial An interaction run at the beginning of a conversation.
IInputRequest A request that collects a data value from the other end of the conversation.
IInteraction Base type for conversational interactions.
IMetaDataMessage A message that sends attributes to the agent handling the other end of a conversation.
IMetaDataRequest A message that requests attributes from the agent handling the other end of a conversation.
IOutputMessage A message that displays data to the agent on the other end of a conversation.
ISelectionRequest A request that collects a value selection from the other end of the conversation.
ITransferMessage A message that displays data to the agent on the other end of a conversation.